
# Delay for 30 seconds to allow LabVIEW RT to boot without interfering
sleep 30

# Start up the SNTP client
ld < /c/ni-rt/system/vxsntpc.out

# Start up the RPC server. This is required for NFS
ld < /c/ni-rt/system/vxrpc.out

# Start up the NFS clients
ld < /c/ni-rt/system/vxnfs.out

< /c/lv-epics/epicsTests/iocBoot/iocSmTest/st.cmd
